home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000322_news@columbia.edu _Fri Jun 28 11:11:50 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id LAA10884 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 28 Jun 1996 11:11:49 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id LAA09156 for kermit.misc@watsun; Fri, 28 Jun 1996 11:11:48 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: logging errors
  8. Date: 28 Jun 1996 15:11:46 GMT
  9. Organization: Columbia University
  10. Lines: 17
  11. Message-ID: <4r0sni$8u2@apakabar.cc.columbia.edu>
  12. References: <4qlqi2$bqt@gateway.dircsa.org.au>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4qlqi2$bqt@gateway.dircsa.org.au>,
  16. Arthur Marsh <arthur@gateway.dircsa.org.au> wrote:
  17. : Hi, is it possible to log only the informational messages in a C-Kermit 
  18. : session (e.g. connection/disconnection/error messages) without doing a 
  19. : full session or debug log?
  20. : The kind of detail given below is a little verbose when what one really 
  21. : wants to record is the disconnection reason:
  22. : C-Kermit EXIT status=0
  23. There is presently no fine-grained control over the debug log.  It's one
  24. of the many thousands of items on our list of things to do.  If somebody
  25. would like to add a new log type -- "LOG CONNECTIONS" -- the source code
  26. is out there, go to town :-)
  27.  
  28. - Frank